ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / CacheNodeFactory<TKey,TValue> Class
Members

In This Topic
    CacheNodeFactory<TKey,TValue> Class
    In This Topic
    Provides generics bounds way of creating cache nodes
    Object Model
    CacheNodeFactory<TKey,TValue> Class
    Syntax
    'Declaration
     
    Public MustInherit Class CacheNodeFactory
        (Of TKey,TValue) 
    public abstract class CacheNodeFactory<TKey,TValue> 
    Type Parameters
    TKey
    TValue
    Inheritance Hierarchy

    System.Object
       GrapeCity.Viewer.Common.Implementation.CacheNodeFactory<TKey,TValue>
          GrapeCity.Viewer.Common.Implementation.PageViewCache.PageViewPoolNodeFactory

    See Also